home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
programmers
/
misc
/
imagefx_sdk
/
include
/
scan
/
rend.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1978-06-29
|
386 b
|
23 lines
/*
* ImageFX Development Header File
* Copyright © 1991-1995 Nova Design, Inc.
* Written by Thomas Krehbiel
*
* Render Module Definitions.
*
*/
#ifndef SCAN_REND_H
/*
* Flags for the OpenRenderScreen() function.
*/
#define ORSF_HIDE 0x0001 /* Hide the screen */
#define ORSF_NOSCROLL 0x0002 /* Do not autoscroll ever */
#define SCAN_REND_H
#endif